Objects Reference

flyEngine::get_bezier_curve

Prototype

bezier_curve *get_bezier_curve(char *name)

Parameters

Parameter Type Description
name char * curve name

Return Value

Returns a pointer to the given Bezier curve or NULL if curve not found.

Remarks

This function is used to get curves from the stock. It returns the curve pointer for a given string based curve name. If curve is not in the curve linked list, it attempts to load the curve from disk.